home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound("Single Click")
- if (the frameLabel = "JAN") and (the name of cast (the castNum of sprite 16 - 1) = "PG-STT") then
- puppetSprite(16, 0)
- puppetSprite(19, 0)
- mgotopastyear()
- else
- if the name of cast (the castNum of sprite 16 - 1) = "PG-STT" then
- puppetSprite(16, 0)
- puppetSprite(19, 0)
- go(marker(-1))
- else
- puppetSprite(16, 1)
- set the castNum of sprite 16 to the castNum of sprite 16 - 1
- end if
- end if
- end
-